x86: Fix various code format issues in start16.S
authorBin Meng <[email protected]>
Tue, 20 Jan 2015 03:25:44 +0000 (11:25 +0800)
committerSimon Glass <[email protected]>
Sat, 24 Jan 2015 00:24:55 +0000 (17:24 -0700)
commitfea1c47f5481871f9aad70a02dc8c66b91332774
treea65ecf824c766339502bb6fb3ef6ff38e0b7fbac
parent3b621ccabdccb34891bb58865a9654a09c2b7279
x86: Fix various code format issues in start16.S

Various minor code format issues are fixed in start16.S:
- U-boot -> U-Boot
- 32bit -> 32-bit
- Use TAB instead of SPACE to indent
- Move the indention location of the GDT comment block

Signed-off-by: Bin Meng <[email protected]>
Acked-by: Simon Glass <[email protected]>
arch/x86/cpu/start16.S